From bb03e3e38060aa3c6209b92f50e3aee55de76178 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 2 May 2004 17:46:02 +0000 Subject: [PATCH] (region-cache.o): Depend on config.h --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index c1399942ffa..f24168a5cf5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1123,7 +1123,7 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ keyboard.h $(config_h) regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h -region-cache.o: region-cache.c buffer.h region-cache.h +region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ $(config_h) search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ -- 2.30.2